home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Pascal / Utilities / MungeImage 1.2.0 / MungeImage Documentation < prev    next >
Encoding:
Text File  |  1994-08-15  |  3.0 KB  |  87 lines  |  [TEXT/ttxt]

  1. MungeImage 1.2.0
  2.  
  3. © 1994 Quinn & Peter N Lewis
  4.  
  5. Introduction
  6.  
  7. This program mounts DiskCopy and DART images as disk icons.
  8.  
  9. To use disk image(s), drop them onto MungeImage.
  10.  
  11. To get rid of them, throw them in the trash.
  12.  
  13. Hints & Tips
  14.  
  15. To mount image(s) read-write, hold down the option key while mounting them (DiskCopy images only).
  16.  
  17. Don’t eject the disk(s). Unmount them by dragging them to the trash.
  18.  
  19. MungeImage won’t work in System 6.
  20.  
  21. Requires about as much memory as mounted disk space.
  22.  
  23. Warning
  24.  
  25. Version 1.0 was written in eight hours…
  26.  
  27. … and version 1.1 in 4.
  28.  
  29. Version 1.2 took another 8 hours but was delayed a few days because the coke machine ran out of coke (complaints about this can be made to +61 9 353 1333). And of course we wouldn’t want to give MacWeek any live ammunition to play with, would we?  They might shoot the other foot.
  30.  
  31. Distribution
  32.  
  33. The MungeImage application is free; do whatever you want with it.
  34.  
  35. Our parts of the source code are free; do whatever you want with it.
  36.  
  37. Some bits of the source (namely DartIntf.h, DartIntf.p and DartIntf.o) are copyright Apple Computer, Inc.  We’re not quite sure what they’ll do if you start selling those bits.  I would recommend against doing that.  Selling programs built using those bits should be cool though.
  38.  
  39. It’s likely that the file lzrw1kh.p is copyright Kurt Haenen.  Peter found the code on the net so I’ll doubt he’ll get upset if you use it.
  40.  
  41. Credits
  42.  
  43. (Contrary to the opinion of MacWeek) MungeImage was written by both:
  44.  
  45.   Quinn <quinn@cs.uwa.edu.au>
  46.   Peter N Lewis <peter.lewis@info.curtin.edu.au>
  47.  
  48. The DART support was originally provided by Ken McLeod (Apple Computer).
  49.  
  50. See Also
  51.  
  52. You might want to check out ShrinkWrap, a application by Chad Magendanz <chad@halcyon.com>, that gives MungeImage a user interface.
  53.  
  54.   ftp://mac.archive.umich.edu/mac/util/diskfile/shrinkwrap1.0.sit.hqx
  55.  
  56. And yes Chad, we’re still using Pascal and (to quote Agent 86) loving it!
  57.  
  58. Version History
  59.  
  60. 1.0b1 — 7 May 1994 — Original (8 hour) Release
  61.  
  62. 1.0.1 — 12 May 1994 — Some Improvements and Bug Fixes
  63.   + change creator to MUIM, this one is registered!
  64.   + double dispose problems fixed
  65.   + new colour icons
  66.  
  67. 1.1.0 — 18 Jun 1994 — Installer Compatibility Release
  68.   + Changed so MungeImage application quits immediately.
  69.       Therefore works with the Installer.
  70.       No foreground/background problems.
  71.   + Mounts disks by default read-only
  72.   + Option key to mount disks read/write.
  73.       Read/write disks are written back to the image file.
  74.   + Fixed several bugs
  75.   Do we get a gold star, Pete?
  76.  
  77. 1.2.0 — 15 Aug 1994 — DART Support
  78.   + now mounts DART images
  79.   + can now mount images read-write via AppleScript (DiskCopy images only)
  80.   + compresses read-only DiskCopy images to reduce memory footprint
  81.   + spins cursor while mounting volumes ’cause it can take a while to read and compress them
  82.   Mega-thanks to Ken McLeod!
  83.  
  84. Quo Vadis?
  85.  
  86. Where are we going with MungeImage?  Well that’s our secret (-:  But seriously folks, we wouldn’t want to give our competition the edge.  However you can be sure that we have plans.
  87.